home *** CD-ROM | disk | FTP | other *** search
INI File | 2001-07-17 | 1.5 KB | 43 lines |
- [PDF]
- Version=1.0
-
- [Package Definition]
- Product=Hummingbird HostExplorer
- Version=7.1
- SetupVariations=Typical, Silent Typical, Silent Complete, Uninstallation
-
- [Typical Setup]
- CommandName = Typical Installation
- CommandLine = msiexec /i "Hummingbird HostExplorer.msi" TRANSFORMS=1033.mst
- comment = This installation performs a Typical installation
- UserInputRequired = TRUE
- AdminRightsRequired = TRUE
- SupportedPlatforms = Win 9x, Win NT (i386)
-
- [Silent Typical Setup]
- CommandName = Silent Typical Installation
- CommandLine = msiexec /i "Hummingbird HostExplorer.msi" TRANSFORMS=1033.mst /q
- comment = This installation performs a silent installation with only typical components selected
- UserInputRequired = False
- AdminRightsRequired = TRUE
- SupportedPlatforms = Win 9x, Win NT (i386)
-
- [Silent Complete Setup]
- CommandName = Silent Complete Installation
- CommandLine = msiexec /i "Hummingbird HostExplorer.msi" TRANSFORMS=1033.mst INSTALLLEVEL=150 /q
- comment = This installation performs a silent installation with all components selected
- UserInputRequired = FALSE
- AdminRightsRequired = TRUE
- SupportedPlatforms = Win 9x, Win NT (i386)
-
- [Uninstallation Setup]
- CommandName = Uninstallation
- CommandLine = msiexec /x "Hummingbird Hostexplorer.msi" /q
- comment = This installation removes Hummingbird Hostexplorer
- UserInputRequired = FALSE
- AdminRightsRequired = TRUE
- SupportedPlatforms = Win 9x, Win NT (i386)
-
- [Setup Package for Inventory]
- InventoryThisPackage=FALSE
-